Skip to main content

FilesRef

Type Alias FilesRef 

Source
pub type FilesRef = ServiceRef<dyn DynFiles>;
Expand description

Shared reference to a files service.

Aliased Type§

pub struct FilesRef(/* private fields */);

Trait Implementations§

Source§

impl<T: Files> From<Arc<T>> for FilesRef

Source§

fn from(model: Arc<T>) -> Self

Converts to this type from the input type.
Source§

impl<T: Files> From<T> for FilesRef

Source§

fn from(model: T) -> Self

Converts to this type from the input type.