Home
last modified time | relevance | path

Searched refs:IntoBinderResult (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Dlib.rs112 pub use error::{ExceptionCode, IntoBinderResult, Status, StatusCode};
Derror.rs407 pub trait IntoBinderResult<T, E> { trait
435 impl<T, E: std::fmt::Debug> IntoBinderResult<T, E> for result::Result<T, E> {