Searched refs:new_with_stability (Results 1 – 2 of 2) sorted by relevance
79 Self::new_with_stability(rust_object, Stability::default()) in new()86 pub fn new_with_stability(rust_object: T, stability: Stability) -> Binder<T> { in new_with_stability() method
894 …let mut binder = $crate::binder_impl::Binder::new_with_stability($native(Box::new(inner)), $stabil…