Searched refs:IntoBinderResult (Results 1 – 2 of 2) sorted by relevance
112 pub use error::{ExceptionCode, IntoBinderResult, Status, StatusCode};
407 pub trait IntoBinderResult<T, E> { trait435 impl<T, E: std::fmt::Debug> IntoBinderResult<T, E> for result::Result<T, E> {