Skip to main content

save

Function save 

Source
pub fn save<B: ResourcesBackend>(
    backend: &B,
    route: &Route,
) -> Result<(), ClientError>
Expand description

Creates or replaces route at its own id.

ยงErrors

If there is no token, the server cannot be reached, or it refuses the write.