Re-exports§
pub use bedrock::dict_ext::DictExt;pub use bedrock::dict_ext::GenericRouterResponse;pub use bedrock::lazy_get::LazyGet;pub use bedrock::weak_instance_token_ext::WeakInstanceTokenExt;pub use bedrock::weak_instance_token_ext::test_invalid_instance_token;pub use bedrock::with_porcelain::WithPorcelain;
Modules§
- availability
- bedrock
- capability_
source - component_
instance - config
- error
- policy
- resolving
- rights
- subdir
- Utilities for working with subdirectories.
Structs§
Functions§
- debug_
route_ sandbox_ path - Calls
routeon the router at the given path within the component sandbox. Panics if the sandbox does not hold a router at that path. - debug_
route_ sandbox_ path_ with_ request - Calls
routeon the router with the given request at the given path within the component sandbox. Panics if the sandbox does not hold a router at that path. - debug_
route_ storage_ backing_ directory - Routes the backing directory for the storage declaration on the component.