pub type BrowseControllerChangePathResult = Result<u32, BrowseControllerError>;
Aliased Type§
enum BrowseControllerChangePathResult {
Ok(u32),
Err(BrowseControllerError),
}
pub type BrowseControllerChangePathResult = Result<u32, BrowseControllerError>;
enum BrowseControllerChangePathResult {
Ok(u32),
Err(BrowseControllerError),
}