Skip to main content

shell_context_downcast_mut

Function shell_context_downcast_mut 

Source
pub fn shell_context_downcast_mut<T: ShellContext + 'static>(
    ctx: &mut dyn ShellContext,
) -> Result<&mut T, KError>